fix(release): unblock win32-x64 binary build (corepack EEXIST)#27
Merged
Conversation
📝 WalkthroughWalkthroughUpdates ChangesCI and Repo Configuration Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
raiseerco
approved these changes
Jun 25, 2026
dnehl
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
The v1.3.0 release run failed on the
build-binaries (win32-x64)leg at theInstall pnpmstep:npm error EEXIST: file already exists … C:\npm\prefix\yarn. The GitHub Windows runner already ships corepack'syarnshim, sonpm install -g corepack@0.35.0collides. With defaultfail-fast: true, this also canceled the otherwise-healthy linux/darwin legs.--forceto the corepack install in all threerelease.ymljobs (overwrites the pre-existing shim; no-op on Linux/macOS).fail-fast: falseto thebuild-binariesmatrix so one platform failure no longer cancels the others (diagnostics only —create-releasestill requires all four legs).No Shield logic, package output, or runtime change. Windows-runner packaging fix only.
QA Proof
EEXIST C:\npm\prefix\yarnon the win32Install pnpmstepWhat Needs to Be Verified on the Re-tag Release Run
build-binaries (win32-x64)passes theInstall pnpmstep and buildsshield-windows-x64.exefail-fast: false, all run regardless)create-releaseproduces the GitHub release with all binaries +.sha256QA Team Notification
v1.3.0release run (binary track needs no approval; npm publish still gated on production environment approval)